home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
temacd
/
toweb
/
setup-towebv1-en.exe
/
{app}
/
Templates
/
Security
/
password.htt
next >
Wrap
Text File
|
2005-07-16
|
1KB
|
52 lines
<!--SETCODE-->
<br>
<div align="center">
<table width="369" border="2" bgcolor="#CCCCCC" cellpadding="4">
<tr>
<td width="351" height="21" bgcolor="#000080">
<div align="center"><strong><font color="#FFFFFF" face="Arial" size="5">
SECURITY_TITLE
</font></strong></div>
</td>
</tr>
<tr>
<td>
<table border="0" width="100%">
<tr>
<td align="left">
<br>
<font face="Arial" size="2">
security_message
<br><br></font>
</td>
</tr>
<tr>
<td>
<form name="pswdForm" action="javascript:savePswd(document.pswdForm)">
<table border="0" width="100%">
<tr>
<td align="right">
<font face="Arial" size="2"><b>pwd_text</b></font>
</td>
<td align="left">
<input type="password" name="pswd" size="17" maxlength="14"> <input type="button" value=" pwd_enter " onClick="javascript:savePswd(document.pswdForm)">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript">
<!-- begin script
document.pswdForm.pswd.focus();
// end script -->
</script>
</div>